/* /Components/OrderList.razor.rz.scp.css */
/* Cancel Bootstrap's table-hover row highlight for the T&T icon cell */
.table-hover tbody tr:hover > td.tt-icon-cell[b-qn6r9ht1qb] {
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  background-color: transparent;
}

/* Hide the border so the row line stops at the column before the T&T icon */
td.tt-icon-cell[b-qn6r9ht1qb] {
  border-bottom: none;
}

/* Scale the icon slightly on hover as visual feedback */
td.tt-icon-cell a:hover img[b-qn6r9ht1qb] {
  transform: scale(1.2);
  transition: transform 0.1s ease;
}
/* /Pages/LayoutBase.razor.rz.scp.css */
body[b-fnxtjkg6c6] {
}
/* /Pages/Session/OrdersOverview/OrdersOverview.razor.rz.scp.css */
/* Cancel Bootstrap's table-hover row highlight for the T&T icon cell */
.table-hover tbody tr:hover > td.tt-icon-cell[b-l3jc863p7x] {
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  background-color: transparent;
}

/* Scale the icon slightly on hover as visual feedback */
td.tt-icon-cell a:hover img[b-l3jc863p7x],
a.tt-icon-link:hover img[b-l3jc863p7x] {
  transform: scale(1.2);
  transition: transform 0.1s ease;
}
